/* Swiper Slider
---------------------------------------------------------------------------- */

.swiper_wrapper .swiper-container { background: transparent; }

.slider-element .heading-block h2 {
	font-size: 2.2rem;
	line-height: 1.4;
}

.slider-arrow-left,
.slider-arrow-right {
	border-radius: 50%;
	left: 20px;
	transition: all .3s ease;
	background-color: var(--dark, #222);
}

.slider-arrow-right {
	left: auto;
	right: 20px;
}

.slider-arrow-left:hover,
.slider-arrow-right:hover {
	transform: translateY(-50%) scale(1.15);
	background-color: var(--themecolor, #0C1CCC) !important;
}

.swiper-button-disabled {
	opacity: 0;
	z-index: -99;
}

.slider-arrow-left i,
.slider-arrow-right i {
	color: #FFF;
	font-size: 26px;
}

.box-img{position:relative;box-shadow:14px -14px 0 0 rgba(var(--themecolorrgba,61,128,228),0.15)}.box-img.shadow-left{box-shadow:-14px -14px 0 0 rgba(var(--themecolorrgba,61,128,228),0.15)}


.section-scroller .swiper-container,
.section-scroller .swiper-container .swiper-slide { overflow: visible; }

.device-xl .section-scroller .swiper-container .swiper-slide { width: 38%; }
.device-lg .section-scroller .swiper-container .swiper-slide { width: 42%; }
.device-md .section-scroller .swiper-container .swiper-slide { width: 58%; }
.device-sm .section-scroller .swiper-container .swiper-slide { width: 42%; }
.device-xs .section-scroller .swiper-container .swiper-slide { width: 65%; }

.section-scroller .card {
	border: 1px solid var(--light, #EEE);
	border-left-width: 1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 0 0 10px rgba(140, 152, 164, 0.15);
	margin-top: -5px;
}

body:not(.dark) .section-scroller .card h4 a { color: var(--fulldark, #111); }

.section-scroller .card p {
	font-size: 16px;
	color: #888;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.section-scroller { overflow: visible; }

.swiper-container-horizontal>.swiper-scrollbar {
	width: 80%;
	max-width: 1140px;
	left: 50%;
	bottom: -60px;
	height: 8px;
	z-index: 1;
	background-color: rgba(0,0,0,0.045);
	transform: translateX(-50%);
}

body:not(.dark) .swiper-scrollbar-drag { opacity: .2; }



.bg-color-2,
.h-bg-color-2:hover { background-color: var(--secondarycolor, #E9C46A) !important; }

.emphasis-title h1 {
font-size: 42px;
}
.feature-box.fbox-plain:not(.fbox-small) .fbox-icon img { width: 50px; }

@media (min-width: 992px) {


	.feature-box .fbox-img img {
		z-index: 3;
		position: relative;
		
	}

	[class^=col-]:not(:last-child) .feature-box .fbox-img:before {
		content: '';
    	position: absolute;
		top: 50%;
		left: 100%;
		width: 150%;
border-top: 1px dashed var(--themecolor, #335EEE);
		transform: translateY(-50%);
		z-index: 0;
	}
}		
		
@media (max-width: 768px) {
.emphasis-title h1 {
font-size: 26px;
}
}

.prodbg-1 {
	background-image: url(../pic/prod-bg1.jpg);
	background-repeat: repeat-x;
	background-position: 10px;
}

.prodbg-2 {
	background-image: url(../pic/prod-bg2.jpg);
	background-repeat: repeat-x;
	background-position: 10px;
}

.showcase-target.showcase-target-active {
	position: relative;
	display: block;
}
.showcase-section:hover .showcase-target {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.showcase-section .badge {
	position: absolute;
	top: 0;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 3px;
	font-size: 11px;
	text-shadow: none;
	background-color: #222 !important;
	left: 50%;
	top: 20px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.dotted-bg:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 110%;
	height: 100%;
	background-size: 12px 12px;
	background-position: center;
	transform: translate(-50%, -50%);
	background-image: radial-gradient(rgba(38, 70, 83, 0.3) 14%, transparent 14%);
	-webkit-mask-image: radial-gradient(rgba(0,0,0,1),rgba(0,0,0,0) 75%);
	mask-image: radial-gradient(rgba(0,0,0,1),rgba(0,0,0,0) 75%);
	z-index: 0;
}

.section-mobile {
	width: calc(100vw - 200px);
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 768px) {
	.section-mobile {
		width: calc(100vw - 60px);
	}
}
.lady-justice-img::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-shadow: -30px -30px 0 var(--bs-warning);
	opacity: .4;
	border-radius: .25rem;
}

	.contact-section {
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		width: 50%;
		padding: 60px 60px 60px 180px;
		z-index: 0;
	}
	.contact-image {
		position: relative;
		width: 60%;
		margin-top: 30px;
		z-index: 2;
		box-shadow: 0 0 40px rgba(0,0,0,.3);
	}
	@media (max-width: 991px) {
		.contact-section {
			position: relative;
			display: block;
			width: 100%;
			padding: 20px;
		}
		.contact-image {
			width: 100%;
			margin-top: 0;
		}
	}
	
	/* ----- Tab ----- */
ul.tab-nav:not(.tab-nav-lg) { border-bottom: none; }

ul.tab-nav:not(.tab-nav-lg) li {
	float: left;
	border: none;
	height: auto;
	text-align: center;
}

.tabs.tabs-alt ul.tab-nav li.ui-tabs-active a { border: none; }

ul.tab-nav:not(.tab-nav-lg) li a {
	color: #1d2c4c;
	height: auto;
	line-height: 1;
	background-color: transparent;
	font-size: 15px;
	font-weight: 400;
	padding: 0 0 20px 0;
}

ul.tab-nav:not(.tab-nav-lg) li a i {
	display: block;
	font-size: 42px;
	margin: 0 0 17px 0;
	color: var(--themecolor);
}

ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a { top: 0; }

ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
	border-radius: 50%;
	background: var(--themecolor);
}

.tab-container { margin: 30px 0 0; }


/* ----- Tab Responsive ----- */
.acctitle {
	line-height: 30px;
	font-size: 16px;
	font-weight: 500;
	color: #444;
	border-top: 1px dotted #DDD;
	padding: 12px 0 12px 24px;
}
.acc_content { padding: 10px 0 25px; }
.acctitle i {
	color: var(--themecolor);
	font-size: 16px;
	top: 3px;
}

.acctitle i.icon-ok-circle,
.acctitle i.icon-remove-circle { display: none; }

/* ----- | Story-Box | ----- */
.story-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	cursor: pointer;
}

.story-box .story-box-image {
	width: 70%;
	height: 500px;
	z-index: 2;
	overflow: hidden;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box .story-box-image img {
	display: block;
	height: auto;
	width: 100%;
	opacity: 1;
	transition: opacity .3s ease;
}

.story-box:hover .story-box-image img {
	opacity: .9;
}

.story-box .story-box-info {
	box-sizing: border-box;
	width: 35%;
	height: 430px;
	padding: 60px;
	margin: 35px 0 0 -5%;
	background: #fff;
	z-index: 4;
	box-shadow: 0 10px 45px rgba(0,0,0,.1);
	transition: all ease-in .3s;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box.description-left .story-box-info {
	-ms-flex-order: -1;
	order: -1;
	margin: 35px -5% 0 0;
}

.story-box .story-box-info .story-title {
	font-family: 'Playfair Display';
	font-size: 26px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0;
	color: #1d2c4c;
}

.story-box .story-box-info .story-box-content p {
	font-size: 15px;
	font-weight: 300;
	color: #666;
	line-height: 16px;
}

.story-box .story-box-info .story-box-content a {
	font-size: 16px;
	text-decoration: underline !important;
}

/* ----- Story-Box Responsive ----- */
@media (max-width: 991px) {

	.story-box .story-box-image {
		height: auto;
		width: 100%;
		height: 400px;
		-ms-flex-order: -1;
		order: -1;
	}

	.story-box.description-left .story-box-info {
		-ms-flex-order: -1;
		order: -1;
		margin: 35px -20% 0 0;
	}

	.story-box.description-left .story-box-info { margin: -40px 5% 0; }

	.story-box .story-box-info {
		max-width: 90%;
		height: auto;
		-ms-flex-preferred-size: 90%;
		flex-basis: 90%;
		margin: -40px 5% 0;
	}
}


@media (max-width: 767px) {

	.story-box.description-left .story-box-info { margin: -100px 5% 0; }
	.story-box .story-box-info {
		padding: 35px;
		text-align: center;
		margin: -100px 5% 0;
	}
	.customers-count { border-right: none }
}

@media (max-width: 479px) {

	.story-box .story-box-info {
		width: 100%;
		padding: 15px;
		text-align: center;
		margin: -200px 5% 0;
	}
	.story-box.description-left .story-box-info { margin: -200px 5% 0; }

	ul.tab-nav:not(.tab-nav-lg) li a i {display: none;}
}


.cat-card p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6 !important;
	opacity: .8;
}

.device-md .cat-card p { display: none; }


.heading-block::before {
	content: attr(data-heading);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #F5F5F5;
	z-index: -1;
	font-family: 'poppins', sans-serif;
	font-weight: bold;
	font-size: 90px;
	line-height: .3;
}

.heading-block.center::before {
	right: 0;
	left: 0;
	margin: auto;
}
/* Story Timeline
-----------------------------------------------------------------*/
.story-timeline {
	position: relative;
	padding-top: 60px;
}

.story-timeline > .story-timeline-line {
    position: absolute;
	display: block;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 5px;
    border-radius: 0 0 6px 6px;
    background-image: linear-gradient(to bottom, #FFE640 0%, #fE9603 100%);
}

.story-timeline .story-timeline-dots {
    position: absolute;
	display: block;
    top: 0;
    left: 26px;
    z-index: 1;
    width: 26px;
    height: 36px;
    margin-left: -13px;
    background-image: linear-gradient(#FFE640 0%, #fE9603 100%);
    border: 6px solid #FFF;
    border-radius: 50%;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: border-color .3s ease;
}

.story-timeline > .row {
	position: relative;
	padding-left: 40px;
}

.story-timeline > .row:hover .story-timeline-dots {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	background: #555;
}


/* Story Timeline
-----------------------------------------------------------------*/
@media (min-width: 768px) {
	.story-timeline > .story-timeline-line {
	    left: 50%;
	    transform: translateX(-50%);
	}

	.story-timeline .story-timeline-dots {
	    left: 50%;
	    transform: translateX(-50%);
	    margin-left: 0;
	}

	.story-timeline > .row {
		margin-right: -50px;
		margin-left: -50px;
		padding-left: 0;
	}

	.story-timeline > .row > .col,
	.story-timeline > .row > [class*="col-"] {
		padding-right: 50px;
		padding-left: 50px;
	}
}

:root {
	--themecolor: #6953A8;
	--p-f-family: "cute-aurora";

	--bgcolor-1: #547794;
	--color-1: #F6F3EE;

	--bgcolor-2: #FABB7C;
	--color-2: #9F4035;

	--bgcolor-3: #cedab0;
	--color-3: #3e540d;

	--bgcolor-4: #EDDEE6;
	--color-4: #A84B9D;

}


p {
	font-size: 1.125rem;
}


.Whatsapp-icon i {
	color: #20B038;
	font-size: 1.75rem;
}

.fbox-content h3 {
	font-size: 1.5em;
	font-weight: 500;
}

.fbox-content p {
	font-size: 1rem;
}

.color1 {
	background-color: var(--bgcolor-1) !important;
	color: var(--color-1) !important;
}

.color2 {
	background-color: var(--bgcolor-2) !important;
	color: var(--color-2) !important;
}

.color3 {
	background-color: var(--bgcolor-3) !important;
	color: var(--color-3) !important;
}

.color4 {
	background-color: var(--bgcolor-4) !important;
	color: var(--color-4) !important;
}


.nav-pills .nav-item .nav-link {
	position: relative;
	padding: 0.75rem 2rem;
	border-radius: 16px;
	opacity:  0.8;
	font-family: var(--p-f-family);
	font-size: 1.35rem;
	font-weight: 600;
}

.nav-pills .nav-item .nav-link.active::after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 12px transparent;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
}


.nav-pills .nav-item .nav-link.color1::after {
	border-top-color: var(--bgcolor-1);
}

.nav-pills .nav-item .nav-link.color2::after {
	border-top-color: var(--bgcolor-2);
}

.nav-pills .nav-item .nav-link.color3::after {
	border-top-color: var(--bgcolor-3);
}

.nav-pills .nav-item .nav-link.color4::after {
	border-top-color: var(--bgcolor-4);
}

.nav-pills .nav-item .nav-link span {
	display: block;
	font-family: "Roboto";
	font-size: 1rem;
	font-weight: 400;
	margin-top: 2px;
}

.nav-pills .nav-item .nav-link:hover,
.nav-pills .nav-item .nav-link.active {
	opacity: 1;
}

.tab-pane .card {
	border-radius: 20px;
}

.tab-pane .card .card-header {
	border-radius: 20px 20px 0 0;
}

@media (max-width: 767.98px) {
	.nav-pills .nav-item .nav-link {
	    width: 100%;
	    margin-bottom: 20px
	}
}

.kindergarder-mockup-tv {
	position: relative;
	width: 670px;
}

.kindergarten-carousel-wrap {
	position: absolute;
	display: block;
	top: 222px;
	left: 92px;
	width: 500px;
	height: auto;
	overflow: hidden;
	border-radius: 75px;
}

#kindergarten-carousel-img,
#kindergarten-carousel-text {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

#kindergarten-carousel-text {
	position: absolute;
	height: 100%;
}

.kindergarten-carousel-wrap .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    transform:  translate(-50%, -50%);
}

@media (max-width: 767.98px) {

	.kindergarten-carousel-wrap {
		border-radius: 50px;
	}

	.kindergarder-mockup-tv {
		width: 475px;
	}

	.kindergarten-carousel-wrap {
		top: 158px;
	    left: 68px;
	    width: 355px;
	}
}


@media (max-width: 575.98px) {
	.kindergarten-carousel-wrap {
		border-radius: 40px;
	}

	.kindergarder-mockup-tv {
		width: 350px;
	}

	.kindergarten-carousel-wrap {
		top: 117px;
	    left: 54px;
	    width: 260px;
	}
}

.background-img {
	position: absolute;
	width: 250px;
	top: -150px;
	left: -10px;
	z-index: 1;
}

.background-img.pos-right {
	top: 10px;
	left: auto;
	right: -20px;
}

.float-anim {
	animation: float 4s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0px);
	}
}

.entry-date {
	position: absolute;
	left: 14px;
	top: -25px;
	background-color: #111;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	text-align: center;
	color: #FFF;
	font-family: var(--p-f-family);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1.3;
	border: 4px solid #ECF4F1;
}

.entry-date span {
	font-size: 0.82rem;
	font-family: Roboto;
	opacity: .9;

}

.form-control,
.form-select {
	font-family: var(--p-f-family);
	padding: 0.65rem 0.75rem;
	font-size: 1.125rem;
	border: none;
	background-color: #F9F9F9;
	border-bottom: 2px solid transparent;
}

.component-flatpickr.form-control[readonly] {
    background-color: #F9F9F9;
}

.form-control:focus,
.form-select:focus,
.component-flatpickr.form-control[readonly]:focus {
	background-color: #FFF;
	border-color: var(--themecolor);
	outline: none;
	box-shadow: none;
	border-radius: 0;
}

.form-control::-moz-placeholder {
	color: #AAA;
	font-family: 'Roboto', Sans-serif;
	font-size: 0.925rem;
}
.form-control:-ms-input-placeholder {
	color: #AAA;
	font-family: 'Roboto', Sans-serif;
	font-size: 0.925rem;
}
.form-control::-webkit-input-placeholder {
	color: #AAA;
	font-family: 'Roboto', Sans-serif;
	font-size: 0.925rem;
}

.widget_links:not(.widget-li-noicon) li::before {
	content: "\e77d";
	font-size: 0.75rem;
	top: 2px;
}




